home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / models / fx / crates / debris_0.tik < prev   
Encoding:
Text File  |  2002-10-29  |  2.2 KB  |  117 lines

  1. TIKI
  2. setup
  3. {
  4.     scale 1.0
  5.     path models/fx/dummy
  6.     skelmodel dummy2.skd
  7. }
  8.  
  9. init
  10. {
  11.     client
  12.     {
  13.         cache models/fx/crates/crate-jib-chunk.tik
  14.         cache models/fx/crates/crate-jib-plank.tik
  15.         cache models/fx/crates/crate-jib-smallchunk.tik
  16.         cache models/fx/crates/crate-jib-smallplank.tik
  17.         cache models/fx/crates/crate-jib-splinter.tik
  18.             
  19.         sound snd_crate_wood
  20.  
  21.         originspawn
  22.         (
  23.             model models/fx/crates/crate-jib-chunk.tik
  24.             count 4
  25.             offset crandom 16 crandom 16 crandom 16
  26.             radialvelocity 2 0 64
  27.             randvel 0 0 32
  28.             accel 0 0 -800
  29.             friction 0.25
  30.             angles crandom 90 crandom 180 crandom 180
  31.             avelocity 0 0 crandom 360
  32.             life 8 2
  33.             fadedelay 7
  34.             collision
  35.             bouncefactor 0.2
  36.             scale 0.5
  37.         )
  38.  
  39.         originspawn
  40.         (
  41.             model models/fx/crates/crate-jib-plank.tik
  42.             count 4
  43.             offset crandom 16 crandom 16 crandom 16
  44.             radialvelocity 2 0 64
  45.             randvel 0 0 32
  46.             accel 0 0 -800
  47.             friction 0.25
  48.             angles crandom 90 crandom 180 crandom 180
  49.             avelocity 0 0 crandom 360
  50.             life 8 2
  51.             fadedelay 7
  52.             collision
  53.             bouncefactor 0.2
  54.             scale 0.5
  55.         )
  56.  
  57.         originspawn
  58.         (
  59.             model models/fx/crates/crate-jib-smallchunk.tik
  60.             count 4
  61.             offset crandom 16 crandom 16 crandom 16
  62.             radialvelocity 2 0 64
  63.             randvel 0 0 32
  64.             accel 0 0 -800
  65.             friction 0.25
  66.             angles crandom 90 crandom 180 crandom 180
  67.             avelocity 0 0 crandom 360
  68.             life 8 2
  69.             fadedelay 7
  70.             collision
  71.             bouncefactor 0.2
  72.             scale 0.5
  73.         )
  74.  
  75.         originspawn
  76.         (
  77.             model models/fx/crates/crate-jib-smallplank.tik
  78.             count 4
  79.             offset crandom 16 crandom 16 crandom 16
  80.             radialvelocity 2 0 64
  81.             randvel 0 0 32
  82.             accel 0 0 -800
  83.             friction 0.25
  84.             angles crandom 90 crandom 180 crandom 180
  85.             avelocity 0 0 crandom 360
  86.             life 8 2
  87.             fadedelay 7
  88.             collision
  89.             bouncefactor 0.2
  90.             scale 0.5
  91.         )
  92.  
  93.         originspawn
  94.         (
  95.             model models/fx/crates/crate-jib-splinter.tik
  96.             count 4
  97.             offset crandom 16 crandom 16 crandom 16
  98.             radialvelocity 2 0 64
  99.             randvel 0 0 32
  100.             accel 0 0 -800
  101.             friction 0.25
  102.             angles crandom 90 crandom 180 crandom 180
  103.             avelocity 0 0 crandom 360
  104.             life 8 2
  105.             fadedelay 7
  106.             collision
  107.             bouncefactor 0.2
  108.             scale 0.5
  109.         )
  110.     }
  111. }
  112.  
  113. animations
  114. {
  115.     idle dummy2.skc
  116. }
  117.